Home
last modified time | relevance | path

Searched refs:viewFormatFeatureFlags (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMutableTests.cpp1645 VkFormatFeatureFlags viewFormatFeatureFlags = 0u; in checkSupport() local
1649 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT; in checkSupport()
1652 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; in checkSupport()
1655 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_TRANSFER_DST_BIT; in checkSupport()
1658 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_TRANSFER_DST_BIT; in checkSupport()
1667 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT; in checkSupport()
1670 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; in checkSupport()
1673 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; in checkSupport()
1676 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_TRANSFER_DST_BIT; in checkSupport()
1683 if ((viewFormatProps.optimalTilingFeatures & viewFormatFeatureFlags) != viewFormatFeatureFlags) in checkSupport()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1645 VkFormatFeatureFlags viewFormatFeatureFlags = 0u; in checkSupport() local
1649 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT; in checkSupport()
1652 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; in checkSupport()
1655 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_TRANSFER_DST_BIT; in checkSupport()
1658 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_TRANSFER_DST_BIT; in checkSupport()
1667 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT; in checkSupport()
1670 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; in checkSupport()
1673 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; in checkSupport()
1676 viewFormatFeatureFlags |= VK_FORMAT_FEATURE_TRANSFER_DST_BIT; in checkSupport()
1683 if ((viewFormatProps.optimalTilingFeatures & viewFormatFeatureFlags) != viewFormatFeatureFlags) in checkSupport()
[all …]