Searched refs:kFeatureFlags (Results 1 – 2 of 2) sorted by relevance
454 constexpr VkExternalFenceFeatureFlags kFeatureFlags = in FencePropertiesCompatibleWithAndroid() local457 if ((externalFenceProperties.externalFenceFeatures & kFeatureFlags) != kFeatureFlags) in FencePropertiesCompatibleWithAndroid()471 constexpr VkExternalSemaphoreFeatureFlags kFeatureFlags = in SemaphorePropertiesCompatibleWithAndroid() local473 if ((externalSemaphoreProperties.externalSemaphoreFeatures & kFeatureFlags) != kFeatureFlags) in SemaphorePropertiesCompatibleWithAndroid()
1163 …static constexpr vk::VkFormatFeatureFlags kFeatureFlags = (vk::VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT… member in vkt::pipeline::multisample::WriteSampleTest1201 if (!(properties.optimalTilingFeatures & kFeatureFlags)) in checkSupport()1515 …static constexpr vk::VkFormatFeatureFlags kFeatureFlags = (vk::VK_FORMAT_FEATURE_COLOR_ATTACHMENT_… member in vkt::pipeline::multisample::WriteSampleMaskTestCase1552 if (!(properties.optimalTilingFeatures & kFeatureFlags)) in checkSupport()