~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/intel/vulkan/anv_formats.c

  • Committer: mmach
  • Date: 2021-07-26 20:24:44 UTC
  • Revision ID: netbit73@gmail.com-20210726202444-rxfuyveg93z05elx
2021-07-26 20:34:25

Show diffs side-by-side

added added

removed removed

Lines of Context:
1436
1436
            external_props->externalMemoryProperties = android_image_props;
1437
1437
            break;
1438
1438
         }
1439
 
      /* fallthrough - if ahw not supported */
 
1439
         FALLTHROUGH; /* If ahw not supported */
1440
1440
      default:
1441
1441
         /* From the Vulkan 1.0.42 spec:
1442
1442
          *
1529
1529
         pExternalBufferProperties->externalMemoryProperties = android_buffer_props;
1530
1530
         return;
1531
1531
      }
1532
 
      /* fallthrough if ahw not supported */
 
1532
      FALLTHROUGH; /* If ahw not supported */
1533
1533
   default:
1534
1534
      goto unsupported;
1535
1535
   }