Fix format features required with samplerYcbcrConversion
authorsfricke_samsung <s.fricke@samsung.com>
Sun, 8 Mar 2020 12:14:24 +0000 (05:14 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 2 Apr 2020 08:12:34 +0000 (04:12 -0400)
commit36567b06b3075749d83c23de7867c54980afbf3f
tree42cad6ddd4f2b947e8daf114c20864b820836b18
parent4574d7f24536921dcabe74e0840e133b7b6c002b
Fix format features required with samplerYcbcrConversion

According to the #formats-requiring-sampler-ycbcr-conversion section
of the Vulkan Spec VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT and
VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT are checked for the
current 2 formats that are required of samplerYcbcrConversion

Components: Vulkan

Affects: dEQP-VK.api.info.format_properties.*

VK-GL-CTS issue: 2264

Change-Id: I9e287c9ba9236088d40f78a8c0775488dd32da9c
external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp